Welcome![Sign In][Sign Up]
Location:
Search - usb linux

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Otherlinux USB驱动程序

Description: 讲解了linux操作系统下USB主机和设备的驱动程序
Platform: | Size: 2640146 | Author: jerry006 | Hits:

[Streaming Mpeg4linux 下通用usb camera 驱动

Description: linux 下usb camera 驱动及应用程序源码,在samsung s3c2440平台下测试ok,兼容市面上大部分usb camera
Platform: | Size: 214717 | Author: skyfyy@163.com | Hits:

[USB developtestusb

Description: linux下测试usb端口-usb ports under test
Platform: | Size: 32768 | Author: wm | Hits:

[Embeded LinuxuClinux2.4.x+S3C4501B平台的USB-HOST驱动设计

Description: uClinux2.4.x+S3C4501B平台的USB-HOST驱动设计-uClinux2.4.x S3C4501B platform USB-HOST-driven design
Platform: | Size: 9216 | Author: 朱胜 | Hits:

[Driver Developusbforlinux

Description: usb驱动程序,本程序在2.4内核下已经成功运行,测试也很成功。-usb driver, the procedures under the 2.4 kernel has been successfully running test was also very successful.
Platform: | Size: 5120 | Author: wyh | Hits:

[Driver Developusbd-20020401

Description: USBD的驱动程序,Linux环境下的usb device的驱动程序-USBD drivers, Linux environment under the USB device driver
Platform: | Size: 230400 | Author: 柳如飞 | Hits:

[Embeded-SCM Developusb-example

Description: 该程序为UClinux下面的USB接口通讯程序,采用C语言编写,包含了makefile文件,使用的开发环境为华恒公司的嵌入式开发套件-UClinux the procedures for the following communication procedures USB interface using C language, the document contains a makefile that the use of the development environment for embedded huaheng company Boards
Platform: | Size: 30720 | Author: 王国宁 | Hits:

[Shell apihotplug-2004_03_29.tar

Description: linux当usb设备插入的时候,你可以用hotplug做些事情,比如:自动copy移动硬盘的文件等等 -linux USB devices when inserted, you can use the hotplug do something, such as : automatic copy of the disk files, etc.
Platform: | Size: 40960 | Author: edie | Hits:

[ARM-PowerPC-ColdFire-MIPSLINUX下的USB-uploader

Description: LINUX操作系统下的USB-uploader-USB-uploader in LINUX Operation System.
Platform: | Size: 24576 | Author: 周哈 | Hits:

[USB developusbmgr-0.4.8.tar

Description: USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.-USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
Platform: | Size: 52224 | Author: 邻水 | Hits:

[Embeded Linuxlinux嵌入式视频采集

Description: 这里主要是讲述了如何是Linux环境中嵌入USB摄像头方面的知识-here is mainly about how the environment is embedded Linux USB camera of knowledge
Platform: | Size: 188416 | Author: caser21 | Hits:

[Otherlinux下面使用usb摄像头开发图像采集

Description: 这是我自己收集的关于linux编成的校技巧,具体细节大家自己看吧,特别是关于图像处理方面!-This is my own collection of linux skills into the school, the specific details of all his duties with his club, especially on image processing!
Platform: | Size: 10240 | Author: zc | Hits:

[Embeded Linuxshowjpg.tar

Description: SMDK2410开发板LINUX下的JPEG图片显示程序。-LINUX SMDK2410 development board under the JPEG display program.
Platform: | Size: 20480 | Author: leslie | Hits:

[uCOSlinux_usb_driver_four_examples

Description: linux下的usb驱动程序开发的4个实例,还不错,没有密码。希望和大家一起分享-the USB driver development four examples, quite good, no password. Hope and share with everyone.
Platform: | Size: 1238016 | Author: 孟晓露 | Hits:

[OS programProgrammingGuideForLinuxUsbDeviceDrivers

Description: Programming Guide For Linux Usb Device Drivers-Programming Guide For Linux Usb Device Dri vers
Platform: | Size: 907264 | Author: 缪志华 | Hits:

[Driver Developusb-driver

Description: 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardware device, its counterpart device drivers are different. The use of the system to access video camera data, the preparation of camera is essential in driving. Our choices are the OV companies series camera, because for embedded development, almost no common driver can use different hardware and software environments are unique. This document set out the camera driver is based on the OMAP chips and embedded Linux system.
Platform: | Size: 1665024 | Author: 吴世华 | Hits:

[Linux-Unixjpeg-6b

Description: 一个jpeg相关的函数库,可在linux下编译,对图像处理比较有用-a jpeg related functions can be compiled under Linux, the more useful image processing
Platform: | Size: 489472 | Author: fengyi | Hits:

[Embeded Linuxqc-usb-0.6.3

Description: 在Linux下用于webeye的摄像头的驱动,使用的芯片cpyc673-in Linux for webeye camera driver, the use of the chip cpyc673
Platform: | Size: 153600 | Author: zl_he | Hits:

[Embeded Linuxzc030x

Description: linux下的zc030x USB摄像头驱动,直接读数据,很有借鉴作用的。-zc030x the USB camera-driven, direct reading data, the very useful.
Platform: | Size: 141312 | Author: 啊啊 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net